home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / thechoc2.rea < prev    next >
Text File  |  1996-01-16  |  3KB  |  81 lines

  1. Short:    TheChoice V2.00 - Simple Program Selector
  2. Author:   c_wich@river.prima.ruhr.de (Carsten Wich)
  3. Uploader: c_wich@river.prima.ruhr.de (Carsten Wich)
  4. Version:  V2.00
  5. Type:     util/boot
  6.  
  7. INTRODUCTION
  8. ============
  9.  
  10. The Choice is a small Program Selector especially useful for Game Partitions
  11. on Harddisks, SyQuests or even CD-ROMs.
  12. I first wrote it in Modula2 (M2Amiga) because I just found no simple program
  13. selector that fully suits my needs. Although the first version of it worked
  14. good enought for me, some of my friends liked the program very much and made
  15. some proposals for future versions. I switched to SAS-C because the support
  16. for M2Amiga is not that good anymore. Especially the lack of actual includes
  17. for OS3.1 really bothered me. I have completly rewritten the code in the C
  18. programming language and made a lot of improvements.
  19. TheChoice runs on every possible screenmode, even on graphic cards !
  20.  
  21.  
  22. LEAGAL THINKS
  23. =============
  24.  
  25. TheChoice Copyright (c) 1993-1995 Carsten Wich can be freely distributed,
  26. as long as the whole archive 'TheChoice2.lha' is copied and all of the
  27. files are in their original form without any changes.
  28. Upload to BBS's and includions on any cover disks or CD's is WELCOMED.
  29. This software is published without any warranties. The author does NOT take
  30. any responsibilities for any defects on soft- or hardware, that may result
  31. by this program or by using this program.
  32. I have tried to write the program code according to the AMIGA User Interface
  33. Style Guide and the AMIGA ROM Kernel Reference Manuals V2.04 so that the
  34. program should run correctly on any future operating systems. It is also
  35. tested with Enforcer.
  36. Although this program may be freely distibuted and used it would be very nice
  37. of the people who permanently use it to send me a small fee (I would say at
  38. 15,- DM or $10,- US) as a little acknowledgement for my work. You can send
  39. it cash, as a EuroCheque or via a Bank Transfer on my Bank Account.
  40. This would naturally increase my motivation to develop the program even
  41. further.
  42.  
  43.  
  44. FILES
  45. =====
  46.  
  47. Listing of archive 'TheChoice2.lha':
  48. Original  Packed Ratio    Date     Time    Name
  49. -------- ------- ----- --------- --------  -------------
  50.    18844   11250 40.2% 14-Oct-95 10:24:52  TheChoice
  51.      411     198 51.8% 14-Oct-95 10:28:04  TheChoice.config
  52.      907     613 32.4% 14-Oct-95 10:29:22  TheChoice.info
  53.    10678    4334 59.4% 14-Oct-95 10:37:06  TheChoice.ReadMe
  54.     1432     538 62.4% 14-Oct-95 10:29:22  TheChoice.ReadMe.info
  55. -------- ------- ----- --------- --------
  56.    32272   16933 47.5% 14-Oct-95 10:37:26   5 files
  57.  
  58.  
  59. SYSTEMREQUIREMENTS
  60. ==================
  61.  
  62. The program only needs a minimal Amiga System :
  63.  
  64.   - Any Amiga with at least 512 KB RAM
  65.   - min. OS 2.04
  66.   - diskfont.library min. V36 when you want to select another font than the
  67.     default one
  68.  
  69.  
  70. HISTORY
  71. =======
  72.  
  73. 2.00 - 14.10.1995 - Second AmiNet Release
  74.      - Completly rewritten in SAS-C V6.55
  75.      - Runs on any screenmode using any font.
  76.      - The maximum number of programs / gadgets now depends on the chosen screen
  77.        mode and font.
  78.      - Can be configured using shell arguments or tooltypes.
  79.      - Supports borderless windows and onebitplane screens.
  80.      - No source code made publically available anymore.
  81.